[INFO] cloning repository https://github.com/sizzlecar/orchestral
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sizzlecar/orchestral" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsizzlecar%2Forchestral", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsizzlecar%2Forchestral'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 232f4f53efb2a1334ed99ea956217975cad22146
[INFO] testing sizzlecar/orchestral against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsizzlecar%2Forchestral" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sizzlecar/orchestral
[INFO] finished tweaking git repo https://github.com/sizzlecar/orchestral
[INFO] tweaked toml for git repo https://github.com/sizzlecar/orchestral written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sizzlecar/orchestral on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sizzlecar/orchestral already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d230ee13d54537b759e50f74d15050d40d1772c4ab6ca6ca86475970f956fb6e
[INFO] running `Command { std: "docker" "start" "-a" "d230ee13d54537b759e50f74d15050d40d1772c4ab6ca6ca86475970f956fb6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d230ee13d54537b759e50f74d15050d40d1772c4ab6ca6ca86475970f956fb6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d230ee13d54537b759e50f74d15050d40d1772c4ab6ca6ca86475970f956fb6e", kill_on_drop: false }`
[INFO] [stdout] d230ee13d54537b759e50f74d15050d40d1772c4ab6ca6ca86475970f956fb6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dedd7ed84029645e67893ae058334de7fbb04e50a8fa922b40d53cbe921bfe5d
[INFO] running `Command { std: "docker" "start" "-a" "dedd7ed84029645e67893ae058334de7fbb04e50a8fa922b40d53cbe921bfe5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling zerocopy v0.8.36
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling zlib-rs v0.6.0
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling time v0.3.46
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.2
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serial2 v0.2.34
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling ppmd-rust v1.4.0
[INFO] [stderr]    Compiling deflate64 v0.1.10
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling line-clipping v0.3.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.5
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling liblzma v0.4.6
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling zip v4.6.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling kasuari v0.4.11
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling unicode-truncate v2.0.1
[INFO] [stderr]    Compiling ratatui-core v0.1.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ratatui-widgets v0.3.0
[INFO] [stderr]    Compiling ratatui-crossterm v0.1.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling orchestral-core v0.2.0 (/opt/rustwide/workdir/core/orchestral-core)
[INFO] [stderr]    Compiling ratatui-macros v0.7.0
[INFO] [stderr]    Compiling ratatui v0.30.0
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling llm v1.3.7
[INFO] [stderr]    Compiling orchestral-runtime v0.2.0 (/opt/rustwide/workdir/core/orchestral-runtime)
[INFO] [stderr]    Compiling orchestral v0.2.0 (/opt/rustwide/workdir/core/orchestral)
[INFO] [stderr]    Compiling orchestral-examples v0.1.0 (/opt/rustwide/workdir/examples)
[INFO] [stderr]    Compiling orchestral-cli v0.2.0 (/opt/rustwide/workdir/apps/orchestral-cli)
[INFO] [stderr]    Compiling orchestral-telegram v0.2.0 (/opt/rustwide/workdir/apps/orchestral-telegram)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
[INFO] running `Command { std: "docker" "inspect" "dedd7ed84029645e67893ae058334de7fbb04e50a8fa922b40d53cbe921bfe5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dedd7ed84029645e67893ae058334de7fbb04e50a8fa922b40d53cbe921bfe5d", kill_on_drop: false }`
[INFO] [stdout] dedd7ed84029645e67893ae058334de7fbb04e50a8fa922b40d53cbe921bfe5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f10079f97bc06cffe499e2217aac5643960ab558f7159e12262c3c635911f1f1
[INFO] running `Command { std: "docker" "start" "-a" "f10079f97bc06cffe499e2217aac5643960ab558f7159e12262c3c635911f1f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling orchestral-core v0.2.0 (/opt/rustwide/workdir/core/orchestral-core)
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling llm v1.3.7
[INFO] [stderr]    Compiling orchestral-runtime v0.2.0 (/opt/rustwide/workdir/core/orchestral-runtime)
[INFO] [stderr]    Compiling orchestral-examples v0.1.0 (/opt/rustwide/workdir/examples)
[INFO] [stderr]    Compiling orchestral v0.2.0 (/opt/rustwide/workdir/core/orchestral)
[INFO] [stderr]    Compiling orchestral-cli v0.2.0 (/opt/rustwide/workdir/apps/orchestral-cli)
[INFO] [stderr]    Compiling orchestral-telegram v0.2.0 (/opt/rustwide/workdir/apps/orchestral-telegram)
[INFO] [stderr] error: could not compile `orchestral-runtime` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name orchestral_runtime --edition=2021 core/orchestral-runtime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d57f355376f880d -C extra-filename=-7541a65e14cbd457 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-17b2f5ebe3869aa5.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-752d6eacdc0bb513.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e779b7bf7229e268.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-ddcddd2d1a5e55c0.rlib --extern llm_sdk=/opt/rustwide/target/debug/deps/libllm-c45b64443136283c.rlib --extern orchestral_core=/opt/rustwide/target/debug/deps/liborchestral_core-c7b1ec6c0ab99c51.rlib --extern portable_pty=/opt/rustwide/target/debug/deps/libportable_pty-ff18d6987945e583.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-41c06ebf8b3632e6.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e987cd43ece018df.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-3b0739d7fda102c1.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7084e06699fae349.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-d59eabd7adf47f73.rlib --extern strip_ansi_escapes=/opt/rustwide/target/debug/deps/libstrip_ansi_escapes-1627b4d42d3b6b8c.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0f9c52a887c046b6.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-efa1a16c1fa84fc8.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-3836ffd5d26db2dd.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-08a4f94300c6c3b4.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-9b340e74da450704.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-bfc5ea6f98f4d3b4.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-061f67da908059cf.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-97a488ea5c47bb1d.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-fe89e736c06b8ff8.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-36a3b58dcc92d93d/out -L native=/opt/rustwide/target/debug/build/liblzma-sys-21d30a0fb70970c8/out -L native=/opt/rustwide/target/debug/build/zstd-sys-0bf1e9f6b67b5f01/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcxGNFvy/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liborchestral_runtime-c902cd6f0ead3181,libstrip_ansi_escapes-1627b4d42d3b6b8c,libvte-7c4f9413275561ef,libtracing_subscriber-061f67da908059cf,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-56181a590c00afdd,libnu_ansi_term-397b1770c3b67a2d,libthread_local-930fa34297cc73a9,libtracing_log-46d10ef08017e4c7,libportable_pty-ff18d6987945e583,libshell_words-6fc0b2e7f7651d11,libserial2-6d8664dbe2a30232,libfiledescriptor-b589cd440f82901b,libnix-498a6a1a92312cb8,libdowncast_rs-af2d5a07fb165ed2,libanyhow-7e5dcd40304f6dad,libllm-c45b64443136283c,libdirs-6f50806753184b6f,libdirs_sys-b468f0202cadbb82,liboption_ext-23838f1959a6156b,libregex-2aae6867cdf0ec9b,libregex_automata-bd3009c5283dec63,libaho_corasick-96707775b14d7c29,libregex_syntax-d40cde7d2fd22dd8,libeither-e0ca91ec7eed58e3,libfutures-7217505a02fde294,libfutures_executor-3f0bc7242d3c00d1,libreqwest-e987cd43ece018df,libserde_urlencoded-db6d1c902a6ab0f0,libhyper_rustls-4abb2a7d9e422ef3,libwebpki_roots-937a8ea9e8dcd808,libtokio_rustls-dc15311acf102524,librustls-f4ca283cc86e548f,libsubtle-ca7024fc66e4388f,libwebpki-bb532eb3e7f27e66,libring-6971746a1e4568c4,libgetrandom-8e9cac77a3c8b20a,libuntrusted-3420b86308bec153,librustls_pki_types-7fc2167ac22342c3,libzeroize-35b29243ad4b078d,libmime_guess-bec286bbe27c8f6d,libunicase-003160ffa59356bd,libmime-4b44681fdb2c65f7,libtower_http-6c2cdd10fe372fa5,libbitflags-9710438662028847,libiri_string-d8b08e8827a09725,libtower-0f339e5cbe94fcf1,libtower_layer-d70c7e404336389b,libhyper_util-fe1085e9038322aa,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-2cf4a9cd4983b8e6,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libatomic_waker-001109810bdecbaa,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,liburl-4eaa183b383b324e,libidna-c469834016861c57,libutf8_iter-0d9be7b316c2b184,libidna_adapter-6a6ee2a1d7506c9f,libicu_properties-3c2a0db0117a402f,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-27d712ddef58bdf9,libicu_normalizer_data-088c419f54c50650,libicu_collections-8d47e2226a53c49a,libpotential_utf-df4e97c2c5d8eceb,libicu_provider-85eed0686bd5969a,libicu_locale_core-96960b154074146e,libtinystr-ab04d867086a9be3,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-2ed7a731de7ca298,libzerotrie-ff41762c61847207,libyoke-3451f6ab853bddce,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-ebcba61d08de3338,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libhttp-b9bda94d23e26c86,libsync_wrapper-a3845461b7db14a0,liborchestral_core-c7b1ec6c0ab99c51,libserde_yaml-d59eabd7adf47f73,libryu-14257e7dfe68df82,libindexmap-a77eb3c57ac1694b,libhashbrown-a0fede83a537ebb1,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3,libfoldhash-d6902c75bde81c73,libunsafe_libyaml-7bc1bf218b2f5452,libuuid-97a488ea5c47bb1d,libgetrandom-8ad8c5324f8cb3d1,libtracing-bfc5ea6f98f4d3b4,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,libchrono-e779b7bf7229e268,libiana_time_zone-e4284183d46316cc,libnum_traits-23da3e41cc6a3b1a,libthiserror-0f9c52a887c046b6,libserde_json-7084e06699fae349,libitoa-ae20521aea192d35,libzmij-4d6471318d3a4041,libserde-3b0739d7fda102c1,libserde_core-365391bf3dd30696,libtokio_util-08a4f94300c6c3b4,libfutures_util-ddcddd2d1a5e55c0,libmemchr-f9c66c7ba21bf873,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_channel-c679acf38b3b9ea3,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libfutures_sink-be8442ee548d90f9,libtokio-efa1a16c1fa84fc8,libsignal_hook_registry-bebe3cd28b811f22,liberrno-ba03259ab177fe22,libsocket2-dfa6b810a3586e5f,libbytes-752d6eacdc0bb513,libmio-72d300b5c4ee55a5,liblog-cfb0a897de58af94,libparking_lot-f3850379e4503b4c,libparking_lot_core-2bef0c9de34fc412,liblibc-e9cd57db9a71b8a3,libcfg_if-5af52f617df93f8f,libsmallvec-5854932b8c8b4991,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcxGNFvy/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-36a3b58dcc92d93d/out" "-L" "/opt/rustwide/target/debug/build/liblzma-sys-21d30a0fb70970c8/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0bf1e9f6b67b5f01/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/llm_planner-24f6689f71590d4d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `orchestral-examples` (example "llm_planner") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f10079f97bc06cffe499e2217aac5643960ab558f7159e12262c3c635911f1f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f10079f97bc06cffe499e2217aac5643960ab558f7159e12262c3c635911f1f1", kill_on_drop: false }`
[INFO] [stdout] f10079f97bc06cffe499e2217aac5643960ab558f7159e12262c3c635911f1f1
